random seed in c#

80

random seed in c# -

Random rand = new Random(Guid.NewGuid().GetHashCode());

Comments

Submit
0 Comments